home *** CD-ROM | disk | FTP | other *** search
- Path: crc-news.doc.ca!usenet
- From: Slobodan Celenkovic <Celenkovic.Bob@ic.gc.ca>
- Newsgroups: comp.lang.c++
- Subject: Re: dynamic arrays using char with far pointers
- Date: 28 Mar 1996 20:45:30 GMT
- Organization: Industry Canada
- Message-ID: <4jetpa$n9v@crc-news.doc.ca>
- References: <4jcg4l$18hq@news.missouri.edu>
- NNTP-Posting-Host: bouhadrah.mohamed.bsd001.ic.gc.ca
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.22 (Windows; U; 16bit)
-
- c576537@mizzou1.missouri.edu (Chris Vogel) wrote:
- >
- > buffer = new char[size];
- >
-
- This should work fine. What is the size? Should be less than 64 Kb.
-
-
- >it matters, I'm using Borland C++ 4.5 for DOS.
-
- It matters - use GCC on Linux.
-
-